Skip to main content
POST
/
gin
/
v1
/
company
/
candidate
Add candidate system data
curl --request POST \
  --url https://api.hyrd.de/gin/v1/company/candidate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
"{\n    \"phone\": \"+60147383114\",\n    \"email\": \"[email protected]\",\n    \"source\": \"\",\n    \"employee\": false\n}"
'
"{\n    \"message\": \"Candidate input successfully\",\n    \"status\": \"success\",\n    \"data\": {\n        \"slug\": \"335516d7-d3ed-4fce-924d-237d07832d58\"\n    }\n}"

Headers

Authorization
string

Body

application/json

The body is of type object.

Response

Created

The response is of type string.